home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / keyval.zip / KEY.DOC next >
Text File  |  1992-12-29  |  1KB  |  23 lines

  1.         To use this program put in a directory in your dos path.
  2. Type key at the dos prompt; The program screen will appear. Depress the 
  3. modifiers(caps, insert, ect..), or any combination of modifiers and then 
  4. the key, this will be evaluated and all return values will be displayed on 
  5. the program screen.
  6.         This program provides a quick easy way to determine key
  7. values when writing programs in C or C++.
  8.         If you like this program and use it please send $5.00 
  9.           To:  Robert Bleadsoe
  10.                1130 37th St.
  11.                Des Moines IA. 50311
  12.         I also have created an #INCLUDE file; key.h which defines all 
  13. key values and a version of key.exe that also gives you the definitions  of 
  14. the modifier-key combinations. Example: Instead of if(key==0x11b),
  15. use if(key==ESC). This helps make your programing much easier to follow
  16. and cuts down on the need for notes in the program.
  17.         To obtain key.h and the enhanced version of key.exe instead of
  18. the above send $15.00 and a self addressed stamped envelope that will hold
  19. a 5.25 floppy to the name and address above.         
  20.         */ Please distribute this program freely. The file key.doc
  21. must be present and unaltered for key.exe to run./*
  22.  
  23.                 **** PRESS ANY KEY TO EXIT PROGRAM ****